QADrawPoint
You can use theQADrawPoint
function to draw a point.
#define QADrawPoint(drawContext,v) \ (drawContext)->drawPoint (drawContext,v)
drawContext
- A draw context.
v
- A Gouraud vertex.
DESCRIPTION
TheQADrawPoint
function draws the single point specified by thev
parameter to the draw context specified by thedrawContext
parameter. The size of the point is determined by thekQATag_Width
state variable of the draw context.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help